home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00079.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  181 b   |  13 lines

  1. on exitFrame
  2.   global onIBM
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     if onIBM then
  7.       puppetTransition(26)
  8.     else
  9.       puppetTransition(23)
  10.     end if
  11.   end if
  12. end
  13.